func runtime.getcallerpc

80 uses

	runtime (current package)
		chan.go#L144: 	chansend(c, elem, true, getcallerpc())
		chan.go#L368: 		callerpc := getcallerpc()
		chan.go#L688: 	return chansend(c, elem, false, getcallerpc())
		chan.go#L714: 	return chansend(c, elem, !nb, getcallerpc())
		debugcall.go#L104: 	callerpc := getcallerpc()
		error.go#L305: 	pc := getcallerpc()
		iface.go#L323: 		raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convT))
		iface.go#L338: 		raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convTnoptr))
		map.go#L397: 		callerpc := getcallerpc()
		map.go#L458: 		callerpc := getcallerpc()
		map.go#L583: 		callerpc := getcallerpc()
		map.go#L697: 		callerpc := getcallerpc()
		map.go#L817: 		callerpc := getcallerpc()
		map.go#L867: 		callerpc := getcallerpc()
		map.go#L993: 		callerpc := getcallerpc()
		map.go#L1397: 		callerpc := getcallerpc()
		map.go#L1409: 		callerpc := getcallerpc()
		map_fast32.go#L15: 		callerpc := getcallerpc()
		map_fast32.go#L55: 		callerpc := getcallerpc()
		map_fast32.go#L98: 		callerpc := getcallerpc()
		map_fast32.go#L188: 		callerpc := getcallerpc()
		map_fast32.go#L275: 		callerpc := getcallerpc()
		map_fast64.go#L15: 		callerpc := getcallerpc()
		map_fast64.go#L55: 		callerpc := getcallerpc()
		map_fast64.go#L98: 		callerpc := getcallerpc()
		map_fast64.go#L188: 		callerpc := getcallerpc()
		map_fast64.go#L275: 		callerpc := getcallerpc()
		map_faststr.go#L15: 		callerpc := getcallerpc()
		map_faststr.go#L110: 		callerpc := getcallerpc()
		map_faststr.go#L208: 		callerpc := getcallerpc()
		map_faststr.go#L303: 		callerpc := getcallerpc()
		mbarrier.go#L180: 		raceWriteObjectPC(typ, dst, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L181: 		raceReadObjectPC(typ, src, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L260: 		callerpc := getcallerpc()
		mprof.go#L625: 		racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(MemProfile))
		mprof.go#L681: 				racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(BlockProfile))
		mprof.go#L785: 		pc := getcallerpc()
		mprof.go#L856: 		pc := getcallerpc()
		mprof.go#L896: 		pc := getcallerpc()
		mprof.go#L916: 	pc := getcallerpc()
		panic.go#L88: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L92: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L98: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L102: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L106: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L110: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L116: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L120: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L126: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L130: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L134: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L138: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L144: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L148: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L154: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L158: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L164: 	panicCheck1(getcallerpc(), "slice length too short to convert to pointer to array")
		panic.go#L191: 	panicCheck1(getcallerpc(), "negative shift amount")
		panic.go#L244: 	d.pc = getcallerpc()
		panic.go#L280: 	d.pc = getcallerpc()
		panic.go#L461: 	addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L493: 				addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L747: 		p.pc = getcallerpc()
		panic.go#L798: 	addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L1039: 	pc := getcallerpc()
		panic.go#L1066: 	pc := getcallerpc()
		proc.go#L1405: 	_g_.sched.pc = getcallerpc()
		proc.go#L3652: 	reentersyscall(getcallerpc(), getcallersp())
		proc.go#L3695: 	pc := getcallerpc()
		proc.go#L3720: 	save(getcallerpc(), getcallersp())
		proc.go#L4054: 	pc := getcallerpc()
		select.go#L31: 	*pc = getcallerpc()
		slice.go#L72: 		callerpc := getcallerpc()
		slice.go#L168: 		callerpc := getcallerpc()
		slice.go#L311: 		callerpc := getcallerpc()
		string.go#L91: 			getcallerpc(),
		string.go#L158: 			getcallerpc(),
		string.go#L212: 			getcallerpc(),
		stubs.go#L300: func getcallerpc() uintptr
		traceback.go#L899: 	pc := getcallerpc()